Welcome![Sign In][Sign Up]
Location:
Search - VC dll

Search list

[Otherbcbdll

Description: BCB下编写DLL的各种方法总结 一.编写 DLL二. 静态调用 DLL 三. 动态调用 DLL 四. DLL 作为 MDIChild (子窗体) 【只编写动态调用的例子】五. BCB 调用 VC 编写的 DLL6. 静态调用例子 -BCB prepared DLL in a variety of ways summed up. DLL prepared two. Static call DLL 3. Dynamic Call DLL 4. As MDIChild DLL (a Form) prepare only example of dynamic call -- 5. BCB call DLL6 prepared by the VC. Examples called statically
Platform: | Size: 121145 | Author: 李三 | Hits:

[GDI-Bitmapgraphical

Description: 该系统前台为VB开发,调用VC写的dll,该DLL封装了46个图片处理函数,而且该程序含有源码,是图像开发的非常好的典范-prospects for VB, VC was called the dll, the DLL package of 46 photos handling functions, and the source code contains procedures, the development of the image is a very good example
Platform: | Size: 264352 | Author: lww | Hits:

[Streaming Mpeg4263

Description: 采集和压缩视频,压缩算法H.263,采用VC编写,核心用DLL形式提供可以使用VC,Delphi,VB调试使用-video frequency collection and compress,the compress arithmetic used H.263,compile with VC,debugging the core useing DLL for VC,Delphi,VB
Platform: | Size: 347864 | Author: 风月无边 | Hits:

[Crack HackRSADemo1

Description: 基于DLL的16位RSA演示程序,开发环境VC++,MFC-16 RSA demo program, the development environment VC, MFC
Platform: | Size: 127038 | Author: KeTu | Hits:

[Other resourcenew_DLL_AStar

Description: 用vc开发的A*寻路算法的dll,可以在其他语言调用,包含了一个vb调用的示例-The dll file of A* road-mapping algorathm,which can be used in other language,including an example of vb.
Platform: | Size: 160715 | Author: 汪大还 | Hits:

[Communicationtalk_g729

Description: 这是在互连网上传输实时语音的vc工程, 语音使用g.729压缩。附件包含一个dll库和test源代码。 -This is the Internet, real-time transmission of voice vc, using G.729 voice compression. The annex contains a dll libraries and test source code.
Platform: | Size: 92964 | Author: lich | Hits:

[Other resourceVisual C++ 新起点

Description: 新起点共有9章:vc++6概述,vc6开发环境,面向对象编程基础,c++语言间接,windows编程间接,MFC基础及通用类,文档及视图,对话框与控件以及DLL,DDE,activeX等高级话题-new starting point for a total of nine chapters : vc six overview vc6 development environment, based on object-oriented programming, C language indirectly, windows programming indirect, based MFC and generic class, and view files, and dialog controls and DLL, DDE, activeX senior topic
Platform: | Size: 15895690 | Author: 林中营 | Hits:

[Other resourcefftdll

Description: 快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi-FFT fast Fourier transform of the DLL, suitable species language, VB, VC, Delphi, etc.
Platform: | Size: 23889 | Author: 可永 | Hits:

[Windows DevelopResourceDllCall

Description: VC++动态链接库编程之DLL典型实例源代码 适用平台 Win9x/Me/NT/2000/XP -VC dynamic link library DLL programming source code examples of typical application platform'd
Platform: | Size: 133020 | Author: 吴东 | Hits:

[Other resourceBCEncode11

Description: VC编写的生成条形码的DLL文件以及得用它来生成条形码的使用例子-prepared by the VC generation bar code DLL files and starting it to generate examples of the use of bar codes
Platform: | Size: 39453 | Author: nope | Hits:

[Other resource1025_DLL

Description: VC++动态链接库编程之DLL木马源代码-VC dynamic link library DLL programming Trojan source code
Platform: | Size: 9596 | Author: 张磊 | Hits:

[Voice Compress使用G.729协议压缩的语音传输程序

Description: 里面使用的是Winsock控件,语音部份是一个用VC写的DLL(含源代码)。 -inside using the Winsock Control, voice part of a VC write DLL (including source code).
Platform: | Size: 93510 | Author: 阿锥 | Hits:

[WinSock-NDISwooolsf

Description: 捕获传奇世界游戏的发送,接收封包.完整VC代码.包含一个8K的SPORDER.DLL.有的系统中默认是没有的.-capture the Legends of the game to send the world, to receive packets. VC integrity code. includes an 8K of SPORDER.DLL. Some of the default system is not Some.
Platform: | Size: 14943 | Author: 孟峰 | Hits:

[GUI Develop自定义控件

Description: 用VC写的自定义控件的程序 该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。 它可以显示一段文本 当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息 可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a simple function, like Static Control. It can show a text when users click the left mouse button, the controls became a father window click send alerts to respond to two user-defined information. WM_SETCONTROLTEXT (setting displays the text) WM_GETCONTROLTEXT (to be shown in the text)
Platform: | Size: 240387 | Author: 沈显威 | Hits:

[Windows DevelopStudyDllTest

Description: 在vc中实现各种方式的dll以及相应的dll调用,是dll入门的很好的学习代码-in various ways to achieve the dll and the corresponding dll call, dll entry is a good source of learning
Platform: | Size: 88070 | Author: 梁白鸥 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\\vc7\\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate / glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut - 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \\ vc7 \\ platformSDK under s
Platform: | Size: 74378 | Author: 周立 | Hits:

[Static controldel1020234252521

Description: VC 6写的dll源代码,当然还有pb7写的调用dll的示例。中间有一些很强的功能。其中“增加自定义纸张”-这个功能是-VC 6 dll write the source code, of course, the call was made pb7 dll example. Among some strong features. Which "to increase the definition of paper" - this function is
Platform: | Size: 1056855 | Author: 刘小样 | Hits:

[Windows DevelopCAsyncSocket

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming procedures in the design process is becoming increasingly important. As the C language to the underlying operational superiority, many articles have all introduced with VC for Socket programming method. But are the direct use of Dynamic Link Library wsock32.dll operate to achieve relatively more complicated. In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient.
Platform: | Size: 5234 | Author: 利于名 | Hits:

[Remote ControlRemoteMaintenance1.42

Description: 这是公司要求做的远程控制程序,可以进行网络和modem拨号进行控制, 通信协议使用XML方式,基本的控制都有,有详细相关设计文档.和通信协议文档 网络部分采用独立dll方式,方式动态更新功能,客户端使用BCB开发,网络模块使用VC开发-This is the company that demanded the remote control program that can be dial-up network and modem control, communications protocol use XML, have basic control, detailed design documents related. Agreement documents and communications network using an independent dll some way, manner dynamic update feature, customers BCB-use development, network module uses VC
Platform: | Size: 10894960 | Author: ly | Hits:

[Windows Developtaskmanager_fixed

Description: 网友sjh上传的\"任务管理器的VC++源代码\",现经过调试,已经把错误纠正。此外,此版本只能在XP系统上运行,经过测试如果在2000系统上运行时会出现无法定位GetPerformanceInfo于Psapi.dll错误。(刚才上传的说明没写好,请管理员删除taskmanager_2.rar,谢谢)-Netizen sjh upload the "task manager VC source code", it is through testing, the error has been corrected. In addition, this version can only run on XP systems, the test system in 2000 to run when there are not positioning GetPerformanceInfo in Psapi.dll wrong. (Note to upload just did not write, please delete taskmanager_2.rar administrators, thank you)
Platform: | Size: 63075 | Author: 陈鹏 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net